ChartBubbleSizeType

The methods of determining bubble size for the bubble chart type.
 

Example

The following is an example of how to reference the ChartBubbleSizeType object:

	// The full path is required.
	dundas.controls.ChartBubbleSizeType.AREA
	

 

Properties

 
  Name Description
  AREA Bubbles increase in area proportional to increases in value.
  WIDTH Bubbles increase in width or diameter proportional to increases in value.